IsSurrogatePair(Char[],Int32) Method
In This Topic
Whether is pair of surrogate characters.
Syntax
'Declaration
Public Overloads Shared Function IsSurrogatePair( _
ByVal () As Char, _
ByVal As Integer _
) As Boolean
public static bool IsSurrogatePair(
char[] ,
int
)
Parameters
- text
- The text as character's array for test.
- idx
- The index of array.
Return Value
true if is pair of surrogate characters, otherwise false.
See Also